10. Best Practices

Best practices heading

Best Practices

ND035 C04 L02 A13 Best Practices

00:00
00:00

Further reading

ND035 C04 L02 A14 Further Reading

00:00
00:00

Topics to explore

Here are the topics mentioned in the above video, which you may want to consider diving into when you have time:

Which of the following are best practices for testing

SOLUTION:
  • Keep unit tests minimal, only test 1 unit at a time
  • Don't test configuration
  • Mock external services
  • Only assert what you need to

What's the difference between a "defect" and a "failure" in software testing?

SOLUTION: When an issue reaches the end customer, it is called a failure; when it is identified and resolved internally, it is referred to as a defect.